* New upstream release
* Switch to meson
* debian/libgtk-4-0.symbols: Update
+ * Refresh no-accessibility-dump.patch
-- Jeremy Bicha <jbicha@debian.org> Wed, 18 Oct 2017 18:07:11 -0400
to make it run with GTK_CSD=1 properly so it gives output
matching the expected test data in all cases, not just
for installed-tests.
+---
+ testsuite/a11y/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
-Index: gtk+-3.21.6/testsuite/a11y/Makefile.am
-===================================================================
---- gtk+-3.21.6.orig/testsuite/a11y/Makefile.am 2016-09-14 04:19:54.932561342 +0200
-+++ gtk+-3.21.6/testsuite/a11y/Makefile.am 2016-09-14 04:19:54.928561280 +0200
-@@ -28,7 +28,7 @@
- GTK_CSD=1 \
- G_ENABLE_DIAGNOSTIC=0
-
--TEST_PROGS += accessibility-dump
-+#TEST_PROGS += accessibility-dump
-
- TEST_PROGS += tree-performance
+--- a/testsuite/a11y/meson.build
++++ b/testsuite/a11y/meson.build
+@@ -2,7 +2,7 @@ testexecdir = join_paths(installed_test_
+ testdatadir = join_paths(installed_test_datadir, 'a11y')
+ a11y_tests = [
+- 'accessibility-dump',
++# 'accessibility-dump',
+ 'tree-performance',
+ 'text',
+ 'children',